@charset "UTF-8";
/* CSS Document */


body		{	font-family: Arial, Helvetica, sans-serif;
				font-size: 1em;
				font-weight: normal;
				background-color: #ccc;
			}
			
#wrap		{	width: 60em;
				margin: 0 auto;
			}
			
#header		{	width: 60em;
				height: 140px;
				float: left;	
			}
			
#sidebar_li	{	width: 12em;
				height: 55.625em;
				float: left;
				background-color: #7496ba;
			}	
			
			
ul#navigation		{	width: 12em;	
					}
				
ul#navigation a		{	display: block;
						background-color: #004a99;
						color: #fff;
						border-bottom: 1px solid #FC6;
						text-decoration: none;
						padding: 0.5em;
					}
					
ul#navigation a:hover	{	background-image: url(../images/ausschnitt_wand.jpg);
							color: #000;
						}
						
.seite					{	font-weight: bold;
							background-color: #e5d6ad;
							color: #000;;
							border-bottom: 1px solid #fc6;
							padding: 0.5em;
						}
						
div#sidebar_li p	{	margin: 20px 0 0 5px;
					}

			
#content	{	width: 48em;
				height: 55.625em;
				float: left;
				background-color: #dcdcdc;
				background-image: url("../images/Esse_neu_2.jpg");
				background-position: center center;
				background-repeat: no-repeat;
			}
			
			
div#bild a	{	width: 200px;
				height: 266px;
				border: 6px solid #fc6;
				float: left;
				margin: 25.5em 1em 0 2em;
				background-image: url(../images/figur_kniiend.jpg);	
			}
			
div#bild a:hover img	{ visibility: hidden;	
						}
			
#text_re	{	font-size: 2em;
				font-weight: bold;
				text-align: right;
				color: #fc6;
				line-height: 1.5em;
				margin: 2em 1.25em 0 10em;
			}
			
#footer		{	width: 60em;
				height: 50px;
				float: left;
				background-image:url(../images/wand_3.jpg);
				background-repeat: no-repeat;
			}
			
#footer p	{	margin: 1em 0 0 0;
				padding: 0;
				border: 0;
				font-size: 1.5em;
				font: inherit;
				vertical-align: baseline;
				text-align: center;
				color: #004a99;
			}		